Do not introspect gtk_color_button_get_rgba.
authorIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 17 Sep 2012 12:50:18 +0000 (14:50 +0200)
committerIgnacio Casal Quinteiro <icq@gnome.org>
Mon, 17 Sep 2012 12:52:08 +0000 (14:52 +0200)
This method is deprecated so it gets in the way of the
implemented gtk_color_chooser_get_rgba.

gtk/gtkcolorbutton.c

index 921d9ecc0783743b9a9fed4674ddd49ffbd3b9d9..3accadd10e9e61f5935210f719edd3785ecb828d 100644 (file)
@@ -747,7 +747,7 @@ gtk_color_button_set_rgba (GtkColorButton *button,
 }
 
 /**
- * gtk_color_button_get_rgba:
+ * gtk_color_button_get_rgba: (skip)
  * @button: a #GtkColorButton
  * @rgba: (out): a #GdkRGBA to fill in with the current color
  *